home *** CD-ROM | disk | FTP | other *** search
/ Chip 1997 November / CHIP Kasım 1997.iso / ARACLAR / WINCOM / INSTALL.BIN / WINCMD32.EXE / 0 / RCDATA / TUSERMENUCHANGE / TUSERMENUCHANGE.txt
Encoding:
Text File  |  1997-04-14  |  5.3 KB  |  281 lines

  1. object USERMENUCHANGE: TUSERMENUCHANGE
  2.   Tag = 1
  3.   Left = 199
  4.   Top = 86
  5.   HelpContext = 110
  6.   BorderIcons = [biSystemMenu]
  7.   BorderStyle = bsDialog
  8.   Caption = 'Change start menu'
  9.   ClientHeight = 256
  10.   ClientWidth = 432
  11.   Font.Color = clBtnText
  12.   Font.Height = -11
  13.   Font.Name = 'MS Sans Serif'
  14.   Font.Style = []
  15.   Position = poScreenCenter
  16.   OnShow = FormShow
  17.   PixelsPerInch = 96
  18.   TextHeight = 13
  19.   object Startmenu: TLabel
  20.     Tag = 2
  21.     Left = 3
  22.     Top = 5
  23.     Width = 402
  24.     Height = 14
  25.     AutoSize = False
  26.     Caption = 'Start &menu:'
  27.     FocusControl = id_menupoints
  28.     WordWrap = True
  29.   end
  30.   object Command: TLabel
  31.     Tag = 3
  32.     Left = 3
  33.     Top = 120
  34.     Width = 90
  35.     Height = 14
  36.     AutoSize = False
  37.     Caption = '&Command:'
  38.     FocusControl = id_cmdline
  39.     WordWrap = True
  40.   end
  41.   object Parameters: TLabel
  42.     Tag = 4
  43.     Left = 3
  44.     Top = 146
  45.     Width = 90
  46.     Height = 14
  47.     AutoSize = False
  48.     Caption = '&Parameters:'
  49.     FocusControl = id_params
  50.   end
  51.   object Startpath: TLabel
  52.     Tag = 5
  53.     Left = 3
  54.     Top = 171
  55.     Width = 90
  56.     Height = 14
  57.     AutoSize = False
  58.     Caption = '&Start path:'
  59.     FocusControl = id_userpath
  60.     WordWrap = True
  61.   end
  62.   object SpecialParameters: TLabel
  63.     Left = 3
  64.     Top = 207
  65.     Width = 187
  66.     Height = 14
  67.     AutoSize = False
  68.     Caption = 'Special Parameters:'
  69.     Enabled = False
  70.   end
  71.   object Label1: TLabel
  72.     Tag = 11
  73.     Left = 3
  74.     Top = 207
  75.     Width = 426
  76.     Height = 14
  77.     AutoSize = False
  78.     Caption = '? as the first parameter: invokes dialog to enter parameters'
  79.     Enabled = False
  80.   end
  81.   object pinsertsactualsourcepath: TLabel
  82.     Tag = 12
  83.     Left = 3
  84.     Top = 223
  85.     Width = 246
  86.     Height = 14
  87.     AutoSize = False
  88.     Caption = '%p: inserts actual source path'
  89.     Enabled = False
  90.   end
  91.   object Label2: TLabel
  92.     Tag = 14
  93.     Left = 3
  94.     Top = 239
  95.     Width = 246
  96.     Height = 14
  97.     AutoSize = False
  98.     Caption = '%n: inserts file name under the cursor'
  99.     Enabled = False
  100.   end
  101.   object ttheactualtargetpath: TLabel
  102.     Tag = 13
  103.     Left = 248
  104.     Top = 223
  105.     Width = 181
  106.     Height = 14
  107.     AutoSize = False
  108.     Caption = '%t: the actual target path'
  109.     Enabled = False
  110.   end
  111.   object thepercentsign: TLabel
  112.     Tag = 15
  113.     Left = 250
  114.     Top = 239
  115.     Width = 179
  116.     Height = 14
  117.     AutoSize = False
  118.     Caption = '%%: the percent sign'
  119.     Enabled = False
  120.   end
  121.   object id_menupoints: TListBox
  122.     Left = 3
  123.     Top = 20
  124.     Width = 318
  125.     Height = 93
  126.     Font.Color = clWindowText
  127.     Font.Height = -11
  128.     Font.Name = 'MS Sans Serif'
  129.     Font.Style = []
  130.     ItemHeight = 13
  131.     ParentFont = False
  132.     TabOrder = 0
  133.     OnClick = id_menupointsClick
  134.     OnKeyDown = id_menupointsKeyDown
  135.   end
  136.   object id_cmdline: TEdit
  137.     Left = 95
  138.     Top = 116
  139.     Width = 202
  140.     Height = 21
  141.     Font.Color = clWindowText
  142.     Font.Height = -11
  143.     Font.Name = 'MS Sans Serif'
  144.     Font.Style = []
  145.     MaxLength = 255
  146.     ParentFont = False
  147.     TabOrder = 1
  148.     OnChange = id_cmdlineChange
  149.   end
  150.   object id_find1: TButton
  151.     Left = 297
  152.     Top = 115
  153.     Width = 24
  154.     Height = 22
  155.     Caption = '&>>'
  156.     TabOrder = 2
  157.     OnClick = id_find1Click
  158.   end
  159.   object id_params: TEdit
  160.     Left = 95
  161.     Top = 142
  162.     Width = 226
  163.     Height = 21
  164.     Font.Color = clWindowText
  165.     Font.Height = -11
  166.     Font.Name = 'MS Sans Serif'
  167.     Font.Style = []
  168.     MaxLength = 255
  169.     ParentFont = False
  170.     TabOrder = 3
  171.     OnChange = id_paramsChange
  172.   end
  173.   object id_userpath: TEdit
  174.     Left = 95
  175.     Top = 168
  176.     Width = 226
  177.     Height = 21
  178.     Font.Color = clWindowText
  179.     Font.Height = -11
  180.     Font.Name = 'MS Sans Serif'
  181.     Font.Style = []
  182.     MaxLength = 255
  183.     ParentFont = False
  184.     TabOrder = 4
  185.     OnChange = id_userpathChange
  186.   end
  187.   object id_assymbol: TCheckBox
  188.     Tag = 6
  189.     Left = 95
  190.     Top = 192
  191.     Width = 102
  192.     Height = 14
  193.     Caption = 'run m&inimized'
  194.     TabOrder = 5
  195.     OnClick = id_assymbolClick
  196.   end
  197.   object id_addmenu: TButton
  198.     Tag = 8
  199.     Left = 328
  200.     Top = 20
  201.     Width = 100
  202.     Height = 23
  203.     Caption = '&Add Item...'
  204.     TabOrder = 7
  205.     OnClick = id_addmenuClick
  206.   end
  207.   object id_deletemenu: TButton
  208.     Tag = 9
  209.     Left = 328
  210.     Top = 46
  211.     Width = 100
  212.     Height = 23
  213.     Caption = '&Delete Item'
  214.     TabOrder = 8
  215.     OnClick = id_deletemenuClick
  216.   end
  217.   object id_changetitle: TButton
  218.     Tag = 10
  219.     Left = 328
  220.     Top = 72
  221.     Width = 100
  222.     Height = 23
  223.     Caption = 'Change &Title...'
  224.     TabOrder = 9
  225.     OnClick = id_changetitleClick
  226.   end
  227.   object Ok: TButton
  228.     Tag = 4001
  229.     Left = 328
  230.     Top = 115
  231.     Width = 100
  232.     Height = 23
  233.     Caption = 'Ok'
  234.     Default = True
  235.     ModalResult = 1
  236.     TabOrder = 10
  237.     OnClick = OkClick
  238.   end
  239.   object Cancel: TButton
  240.     Tag = 4002
  241.     Left = 328
  242.     Top = 141
  243.     Width = 100
  244.     Height = 23
  245.     Cancel = True
  246.     Caption = 'Cancel'
  247.     ModalResult = 2
  248.     TabOrder = 11
  249.     OnClick = CancelClick
  250.   end
  251.   object id_globalhelp: TButton
  252.     Tag = 4003
  253.     Left = 328
  254.     Top = 167
  255.     Width = 100
  256.     Height = 23
  257.     Caption = '&Help'
  258.     TabOrder = 12
  259.     OnClick = id_globalhelpClick
  260.   end
  261.   object id_FullScreen: TCheckBox
  262.     Tag = 7
  263.     Left = 200
  264.     Top = 192
  265.     Width = 121
  266.     Height = 14
  267.     Caption = 'ma&ximized'
  268.     TabOrder = 6
  269.     OnClick = id_FullScreenClick
  270.   end
  271.   object Translate1: TTranslate
  272.     Tag = 5780
  273.     Left = 400
  274.     Top = 192
  275.   end
  276.   object ResolutionFix1: TResolutionFix
  277.     Left = 368
  278.     Top = 192
  279.   end
  280. end
  281.